func crypto/tls.needFIPS

7 uses

	crypto/tls (current package)
		auth.go#L245: 		if needFIPS() && !isSupportedSignatureAlgorithm(preferredAlg, fipsSupportedSignatureAlgorithms) {
		common.go#L1010: 	if needFIPS() {
		common.go#L1034: 		if needFIPS() && (v < fipsMinVersion(c) || v > fipsMaxVersion(c)) {
		common.go#L1077: 	if needFIPS() {
		handshake_client_tls13.go#L44: 	if needFIPS() {
		handshake_server_tls13.go#L48: 	if needFIPS() {
		notboring.go#L9: func needFIPS() bool { return false }